reproductible-build
authorAron Xu <aron@debian.org>
Thu, 25 Jan 2018 22:38:51 +0000 (22:38 +0000)
committerJean Baptiste Favre <debian@jbfavre.org>
Thu, 25 Jan 2018 22:38:51 +0000 (22:38 +0000)
Gbp-Pq: Name 0003-reproductible-build.patch

configure.ac

index 9386b8976429eb72c6a97dacef00b447aab35de9..fa46b4da561ca21b9026f3ff9e91a45c87059a87 100644 (file)
@@ -144,9 +144,9 @@ AC_ARG_WITH([build-number],
 #
 # Build environment
 #
-build_person="`id -nu | sed -e 's/\\\\/\\\\\\\\/g'`"
-build_group="`id -ng | sed -e 's/\\\\/\\\\\\\\/g'`"
-build_machine="`uname -n | sed -e 's/\\\\/\\\\\\\\/g'`"
+build_person="root"
+build_group="root"
+build_machine="localhost"
 AC_SUBST([build_machine])
 AC_SUBST([build_person])
 AC_SUBST([build_group])